QueryBear is a managed MCP server that gives AI agents like Claude, Cursor, Claude Code, and Windsurf safe, read-only access to your PostgreSQL and MySQL databases. Every query runs through a security pipeline (SQL parser, allowlisted tables, blocked columns, row limits, timeouts). Audit log on every query. Column-level access controls let you hide PII, tokens, and secrets from the agent entirely. Natural-language-to-SQL with schema context. One URL, ~60-second setup, OAuth 2.1 auth — no config files, no self-hosting.
Server Config
{
"mcpServers": {
"querybear": {
"url": "https://mcp.querybear.com/mcp"
}
}
}